Last Updated On:  2022-09-26 18:59:58.032276
Author: Philipe Bujold
C:\Anaconda\lib\site-packages\itables\javascript.py:63: UserWarning:

Did you know? init_notebook_mode(all_interactive=False, connected=True) does nothing. Feel free to remove this line, or pass warn_if_call_is_superfluous=False.
C:\Anaconda\lib\site-packages\IPython\core\interactiveshell.py:3457: DtypeWarning:

Columns (5,168,233) have mixed types.Specify dtype option on import or set low_memory=False.
Original dataframe lenght: 4180
...
Lenght after filtering: 4180

Waste #

To understand what food waste avoidance strategies people are already employing.

What we want to be able to say

  • that people are moving towards wasting less, and that there is desire for programs that support that move.

Behavior and longform steps#

Below you can see how many respondents are actively trying to reduce food waste as well as a table showing the steps that those who are trying to reduce waste are taking.

region education income age_group SASSY politics state sex Can you tell us a bit more about the steps you are taking to reduce food waste?
Loading... (need help?)
Noneregioneducationincomeage_groupSASSYpoliticsstatesexCan you tell us a bit more about the steps you are taking to reduce food waste?

Steps taken#

The next table show the weighted average engagement of respondents with specific behaviors. Resondents were given a 7-item likert scale for which to answer from Every time to Never, the table below showes the weighted average of normalized responses. That is, 1 represents an average responses of Every time, whilst 0 represents an average response of Never.

  We all do different things when it comes to shopping for food and cooking How often do you do the following behaviors?
I make a grocery list when I go grocery shopping 0.699223
I stick to use-by/best-before labels 0.664936
I adjust plans for what I am cooking based on what I have in the fridge 0.672528
I compost food scraps / other food waste instead of putting it in the garbage 0.296812
I check my fridge and pantry before buying food 0.752424
I pack my fridge to the brim 0.394508
I make a point to use up food that is about to expire 0.717997

Now let’s look at the correlation plot of steps taken and demographics

corr_threshold = 0.2
Breakdown of responses by enviro_donation
    I make a grocery list when I go grocery shopping I stick to use-by/best-before labels I adjust plans for what I am cooking based on what I have in the fridge I compost food scraps / other food waste instead of putting it in the garbage I check my fridge and pantry before buying food I pack my fridge to the brim I make a point to use up food that is about to expire
No We all do different things when it comes to shopping for food and cooking How often do you do the following behaviors? 68.77 66.67 66.79 25.72 74.88 37.97 71.54
Yes We all do different things when it comes to shopping for food and cooking How often do you do the following behaviors? 74.82 65.72 69.24 46.56 76.79 45.76 72.91

Reasons for waste reduction#

The next table show the weighted average response of participants beliefs around why reducing food waste is important.

Resondents were given a 7-item likert scale for which to answer from Strongly agree to Strongly disagree, the table below showes the weighted average of normalized responses. That is, 1 represents an average responses of Strongly agree, whilst 0 represents an average response of Strongly disagree.

  How much do you agree or disagree with the following statement?
It is more environmentally sustainable to waste less food 0.777686
It is important to avoid wasting food to help alleviate climate change 0.652881
It saves me money to waste less food 0.854913

How do demkgraphics impact the above?

indexer = [col for col in iDTC_enriched.columns if ( ("wasteAtt" in col) )]#| ("sm" in col) | ("waste" in col) )  | ("pbd" in col) | ("energy" in col)  ]
# indexer = [col for col in indexer if col not in longForm]

demographics = np.array(['region', 'var193', 'age_group', 'sex', 'gender','ethnicity', 'hispanic', 'hispanic_other',
        'education', 'income', 'SASSY', 'marital_status',
       'partner', 'politics', 'employment_status', 'employment_industry',
       'enviro_donation'])

corr_m = survey.plot_corrHeatMap(df = iDTC_enriched,
                        meta =  meta,
                        x_cols =  demographics,
                        y_cols =indexer)
corr_threshold = 0.2
Breakdown of responses by education
    It is more environmentally sustainable to waste less food It is important to avoid wasting food to help alleviate climate change It saves me money to waste less food
10th grade How much do you agree or disagree with the following statement? 73.67 62.27 70.95
11th grade How much do you agree or disagree with the following statement? 71.81 64.79 80.99
12th grade no diploma How much do you agree or disagree with the following statement? 75.61 67.38 70.70
7th or 8th grade How much do you agree or disagree with the following statement? 69.53 48.12 70.88
9th grade How much do you agree or disagree with the following statement? 63.51 53.03 70.66
Associate’s degree How much do you agree or disagree with the following statement? 77.04 64.73 85.84
Bachelor’s degree How much do you agree or disagree with the following statement? 80.22 67.88 87.60
High school graduate – high school diploma or the equivalent (GED) How much do you agree or disagree with the following statement? 75.47 64.11 83.19
Master’s degree How much do you agree or disagree with the following statement? 81.79 69.38 88.50
No formal education How much do you agree or disagree with the following statement? 8.12 nan 8.12
Professional or doctorate degree How much do you agree or disagree with the following statement? 81.00 69.72 87.23
Some college, no degree How much do you agree or disagree with the following statement? 77.60 63.35 85.57
Breakdown of responses by SASSY
    It is more environmentally sustainable to waste less food It is important to avoid wasting food to help alleviate climate change It saves me money to waste less food
Alarmed How much do you agree or disagree with the following statement? 87.80 83.12 90.52
Cautious How much do you agree or disagree with the following statement? 74.14 61.66 82.96
Concerned How much do you agree or disagree with the following statement? 80.99 72.58 84.64
Disengaged How much do you agree or disagree with the following statement? 73.38 55.74 80.93
Dismissive How much do you agree or disagree with the following statement? 59.89 25.75 86.21
Doubtful How much do you agree or disagree with the following statement? 68.12 45.92 82.45
Breakdown of responses by politics
    It is more environmentally sustainable to waste less food It is important to avoid wasting food to help alleviate climate change It saves me money to waste less food
Center How much do you agree or disagree with the following statement? 77.58 66.01 84.74
Left How much do you agree or disagree with the following statement? 82.60 73.12 85.68
Right How much do you agree or disagree with the following statement? 75.24 60.89 83.88
Very Right How much do you agree or disagree with the following statement? 72.43 53.34 86.31
Very left How much do you agree or disagree with the following statement? 84.06 77.72 88.39